home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / macstart.dcr / 00024.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  310 b   |  14 lines

  1. on mouseUp
  2.   set MainPath to the moviePath
  3.   if the machineType = 256 then
  4.     set qtinstaller to MainPath & "qt4\pc\quicktim.exe"
  5.   else
  6.     set qtinstaller to MainPath & "qt4:mac:QuickTime Installer"
  7.   end if
  8.   if the machineType = 256 then
  9.     open("releaser.exe")
  10.   end if
  11.   open(qtinstaller)
  12.   halt()
  13. end
  14.